return ((SwingBeanInfo)this).createBeanDescriptor(classJScrollBar, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "A component that helps determine the visible content range of an area."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"VERTICAL", new Integer(1), "JScrollBar.VERTICAL", "HORIZONTAL", new Integer(0), "JScrollBar.HORIZONTAL"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("visibleAmount", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The amount of the view that is currently visible."}), this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"shortDescription", "UI"}), this.createPropertyDescriptor("maximumSize", new Object[]{"shortDescription", "maximumSize"}), this.createPropertyDescriptor("value", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The scrollbar's current value."}), this.createPropertyDescriptor("valueIsAdjusting", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "True if the scrollbar thumb is being dragged."}), this.createPropertyDescriptor("unitIncrement", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The scrollbar's unit increment."}), this.createPropertyDescriptor("orientation", new Object[]{"bound", Boolean.TRUE, "enumerationValues", var1, "preferred", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The scrollbar's orientation. "}), this.createPropertyDescriptor("maximum", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The scrollbar's maximum value."}), this.createPropertyDescriptor("minimum", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The scrollbar's minimum value."}), this.createPropertyDescriptor("minimumSize", new Object[]{"shortDescription", "minimumSize"}), this.createPropertyDescriptor("model", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "The scrollbar's BoundedRangeModel."}), this.createPropertyDescriptor("blockIncrement", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "The scrollbar's block increment."})};